GrapeCity.ActiveReports.Extensibility.v9 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > ItemCollectionExtensions Class > ToItemCollection Method : ToItemCollection<T>(IEnumerable<T>) Method |
'Declaration Public Overloads Shared Function ToItemCollection(Of T)( _ ByVal seq As System.Collections.Generic.IEnumerable(Of T) _ ) As IItemCollection(Of T)
public static IItemCollection<T> ToItemCollection<T>( System.Collections.Generic.IEnumerable<T> seq )